-
Notifications
You must be signed in to change notification settings - Fork 3k
feature-wisun: Add fix for STM32F4 hardfault in sleep mode #12726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
As CI was blocked by couple of issues yesterday, I am trying now to schedule 5.15 jobs. If this is urgent, let me know to get it in, otherwise would schedule it later today to run overnight. |
@0xc0170 actually this can wait after all. So no rush. |
I scheduled 5.15 job (as its new, it is new config) |
OK will abort, a test takes 4 hours so will get other fixes to 5.15 that should land and this branch can benefit as well @artokin Probably the best would be to wait for 5.15 fixes landing and rebase the branch then |
I aborted teh job, wil lrestart later today |
Test run: FAILEDSummary: 3 of 3 test jobs failed Failed test jobs:
|
Sure, this is not urgent as our test cycle has already started with previous version. Please let me know once we can proceed. |
CI restarted |
Not correct for this job, was an old config. I'll merge this to the feature branch. |
Summary of changes
Same fix as for Mbed OS 6.0.0-beta1, #12662. Cherry-picked for feature-wisun branch.
This fix follows what https://www.st.com/resource/en/errata_sheet/dm00037591-stm32f405-407xx-and-stm32f415-417xx-device-limitations-stmicroelectronics.pdf errata states.
This PR also reverts the commit originally made to disable the sleep mode.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@ARMmbed/mbed-os-mesh , @teetak01 , @TuomoHautamaki